home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-08-02 | 349 b | 47 lines | [TEXT/TiGA] |
-
- |V|: 16 // Number of nodes
- |E|: 32 // Number of edges
-
- 1 2 // Edges are represented as pairs of node numbers...
- 2 3
- 3 4
- 4 1
-
- 5 6
- 6 7
- 7 8
- 8 5
-
- 1 5
- 2 6
- 3 7
- 4 8
-
- 9 10
- 10 11
- 11 12
- 12 9
-
- 13 14
- 14 15
- 15 16
- 16 13
-
- 9 13
- 10 14
- 11 15
- 12 16
-
- 1 9
- 2 10
- 3 11
- 4 12
-
- 5 13
- 6 14
- 7 15
- 8 16
-
- ---
- This graph is a hypercube 4D.
-